SessionDescription Class |
Namespace: Independentsoft.Sip.Sdp
The SessionDescription type exposes the following members.
| Name | Description | |
|---|---|---|
| SessionDescription |
Initializes a new instance of the SessionDescription class.
|
| Name | Description | |
|---|---|---|
| Attributes |
Gets collection of the media attributes.
| |
| Bandwidths |
Gets bandwidth of the session.
| |
| Connection |
Gets or sets the session connection data.
| |
| Description |
Gets or sets the session description.
| |
| EmailAddresses |
Gets email addresses of the person responsible for the session.
| |
| EncryptionKey |
Gets encryption key of the session.
| |
| Media |
Gets collection of the media.
| |
| Name |
Gets or sets the session name.
| |
| Owner |
Gets or sets owner of the session.
| |
| PhoneNumbers |
Gets phone numbers of the person responsible for the session.
| |
| Time |
Gets time collection of the session.
| |
| Uri |
Gets or sets the session URI.
| |
| Version |
Gets or sets session version number.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| Parse |
Converts the specified string representation of a session description to its SessionDescription equivalent.
| |
| ToString |
Converts the value of this instance to its equivalent string representation.
(Overrides ObjectToString.) |